Always display vertical scrollbar
authorBirunthan Mohanathas <birunthan@mohanathas.com>
Fri, 26 Dec 2014 13:04:37 +0000 (15:04 +0200)
committerBirunthan Mohanathas <birunthan@mohanathas.com>
Fri, 26 Dec 2014 13:04:37 +0000 (15:04 +0200)
src/doc/stylesheets/all.css

index 3c0bdc2b20793126397e27e3250ac1718b3edbfa..d416a2ad88a300e13fc2e901ca05fd6a15af7de1 100644 (file)
@@ -17,6 +17,7 @@ body {
   -webkit-align-items: center;
           align-items: center;
   font-family: sans-serif;
+  overflow-y: scroll;
 }
 
 a { color: #00ac5b; text-decoration: none; }